projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6e6dc
)
(emacs-version): Check for `gtk' feature before `x-toolkit' feature.
author
John Paul Wallington
<jpw@pobox.com>
Thu, 13 May 2004 13:00:02 +0000
(13:00 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Thu, 13 May 2004 13:00:02 +0000
(13:00 +0000)
lisp/version.el
patch
|
blob
|
history
diff --git
a/lisp/version.el
b/lisp/version.el
index 42dbb3f9c2565e7a22e9d0a18ebf436f77207d99..d489eeea02ea15233677680aeec17cd5d55dd264 100644
(file)
--- a/
lisp/version.el
+++ b/
lisp/version.el
@@
-61,9
+61,9
@@
to the system configuration; look at `system-configuration' instead."
system-configuration
(cond ((featurep 'motif)
(concat ", " (substring motif-version-string 4)))
- ((featurep 'x-toolkit) ", X toolkit")
((featurep 'gtk)
(concat ", GTK+ Version " gtk-version-string))
+ ((featurep 'x-toolkit) ", X toolkit")
(t ""))
(if (and (boundp 'x-toolkit-scroll-bars)
(memq x-toolkit-scroll-bars '(xaw xaw3d)))